type github.com/jackc/pgx/v5.emptyBatchResults

6 uses

	github.com/jackc/pgx/v5 (current package)
		batch.go#L454: type emptyBatchResults struct {
		batch.go#L460: func (br *emptyBatchResults) Exec() (pgconn.CommandTag, error) {
		batch.go#L468: func (br *emptyBatchResults) Query() (Rows, error) {
		batch.go#L481: func (br *emptyBatchResults) QueryRow() Row {
		batch.go#L488: func (br *emptyBatchResults) Close() error {
		conn.go#L943: 		return &emptyBatchResults{conn: c}